邊框漸層色


Posted by mijouhsieh on 2023-03-23

CODEPEN LINK
reference: CSS-TRICKS

css-border-gradient-color code

css-border-gradient-color

邊框漸層色

//裝 <img> 的容器
div.user-avatar {
  background: 漸層色;
  padding: 8px; //為邊框寬度
  border-radius: 50%;
}
img {
  background: 白色;
}

#border-gradient-color







Related Posts

DOM-網路事件處理

DOM-網路事件處理

DAY37:Find the odd int

DAY37:Find the odd int

Return * for n number of times

Return * for n number of times


Comments